﻿.login-modal {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .35);
}

/*左侧文案界面------------------------开始*/
.login-modal .login-slogan .slogan-welcome {
    font-size: 14px;
    padding: 25px 20px 84px 20px;
    color: #fff;
}

.login-modal .login-slogan .slogan-welcome .slogan-title {
    width: 100%;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-bottom: 30px;
}

.login-modal .login-slogan .slogan-welcome .deskjobs {
    width: 100%;
}

.login-modal .login-slogan .slogan-welcome .deskjobs .leftdeskjobs {
    width: 200px;
    float: left;
    clear: none;
}

.login-modal .login-slogan .slogan-welcome .deskjobs .rightdeskjobs {
    width: 150px;
    float: right;
    clear: none;
}

.login-modal .login-slogan .slogan-welcome dl {
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
}

.login-modal .login-slogan .slogan-welcome dl dt {
    height: 32px;
    width: 100%;
    background: no-repeat left center;
    padding-left: 40px;
    font-size: 18px;
    line-height: 32px;
    box-sizing: border-box;
}

.login-modal .login-slogan .slogan-welcome dl dd {
    height: 28px;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_saf {
    background-image: url(/ContentMain/loginregister/icon_saf.png);
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_quick {
    background-image: url(/ContentMain/loginregister/icon_quick.png);
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_func {
    background-image: url(/ContentMain/loginregister/icon_func.png);
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_cloud {
    background-image: url(/ContentMain/loginregister/icon_cloud.png);
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_batch {
    background-image: url(/ContentMain/loginregister/icon_batch.png);
}

.login-modal .login-slogan .slogan-welcome dl dt.dt_record {
    background-image: url(/ContentMain/loginregister/icon_record.png);
}

/*左侧文案界面------------------------结束*/
.login-modal .modal-content .form-content .form-row {
    margin: 10px 0px 28px 0px;
}

.login-modal .modal-content .form-content .form-row-last {
    margin: 10px 0px 15px 0px;
}

.login-modal .modal-content .form-content .form-row-forget {
    margin: 10px 0px 18px 0px;
}

.login-modal .modal-content .form-content .form-row .form-group {
    height: 40px;
}

.login-modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 845px;
    height: 503px;
    margin-top: -251px;
    margin-left: -422px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 5px;
    font-size: 0;
}

.login-modal .btn-close {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAlElEQVQ4T62SsQ7CMAxE7/4UiTXJSoGdljW3s/BpDHxGkFFBpU3SgMjkWH6Wzz5KugG4eu8PaHiSTgC2HIN9SukcQuhqbIxxILkD0NMKX4kaPK95gmtwrvEbLMGlaT7AOWx/05STsACnsMUl3f8Dp5qaR80tYnU5tVsWz/GTAST1ALovLTeYV+8kL865Y4PHMXp78wDF+63P01e4AwAAAABJRU5ErkJggg==) 50% no-repeat;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-modal .login-slogan {
    display: inline-block;
    vertical-align: top;
    background: url(/ContentMain/loginregister/bg_zuoce.png) no-repeat;
    color: #fff;
    width: 435px;
    height: 507px;
}



.login-modal .form-content {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 500px;
    padding-left: 20px;
    font-size: 1rem;
}

.login-modal .form-content .form-logo {
    padding: 30px 0 24px;
    text-align: center;
}

.login-modal .form-content .form-group {
    margin: 0 auto;
    position: relative;
}

.login-modal .form-content .icon-phone {
    background-image: url(/ContentMain/loginregister/icon_account.png);
}

.login-modal .form-content .icon-img-code {
    background-image: url(/ContentMain/loginregister/icon_imgcode.png);
}

.login-modal .form-content .icon-sms-code {
    background-image: url(/ContentMain/loginregister/icon_smscode.png);
}

.login-modal .form-content .icon-pwd {
    background-image: url(/ContentMain/loginregister/icon_password.png);
}

.login-modal .form-content .icon-img-code,
.login-modal .form-content .icon-phone,
.login-modal .form-content .icon-sms-code,
.login-modal .form-content .icon-pwd {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
    line-height: 40px;
}

.icon_login_dialog {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;
}

.login-modal .form-content input[type="text"],
.login-modal .form-content input[type="password"] {
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
    padding: 8px 120px 8px 32px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #ddd;
    box-shadow: none;
}

.login-modal .form-content input.inputsms {
    width: 100%;
}

#window .login-modal .form-content input[type="text"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.btn {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-modal .form-content .btn-sms-code {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    background-color: #278FF0;
    font-size: 14px;
    color: #fff;
}

.login-modal .form-content .btn-img-code {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 110px;
    height: 32px;
    line-height: 33px;
}

.login-modal .form-content .btn-img-code img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.login-modal .form-content .btn-login {
    width: 100%;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    background-color: #278FF0;
    color: #fff;
    margin-top: 15px;
    outline: none;
}

.logintypeswitch {
    width: 60%;
    margin: 0px auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    clear: both;
    font-size: 16px;
}

.logintypeswitch p {
    color: #555;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.logintypeswitch p.pleft {
    float: left;
    text-align: left;
}

.logintypeswitch p.pright {
    float: right;
    text-align: right;
}

.logintypeswitch p.pselected {
    color: #278FF0;
    cursor: default;
}

.logintype_forget_theme {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    clear: both;
    font-size: 16px;
}

.logintypeswitch_account {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 18px;
    line-height: 18px;
    clear: both;
    position: absolute;
    bottom: 30px;
}

.logintypeswitch_account p {
    color: #278FF0;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box;
}

.logintypeswitch_account p.pleft {
    float: left;
    text-align: right;
    padding-right: 20px;
    border-right: solid 1px #ddd;
}

.logintypeswitch_account p.pright {
    float: right;
    text-align: right;
    text-align: left;
    padding-left: 20px;
}


.loginregister_area {
    position: relative;
    height: 390px;
    width: 100%;
}

.switch_qqweixin {
    position: absolute;
    bottom: 2px;
    height: 30px;
    line-height: 30px;
    color: #278FF0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.loginregister_area .wechat_theme {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.loginregister_area .wechat_theme span {
    display: inline-block;
    width: 210px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    border-radius: 2px;
    font-size: 14px;
    color: #FF9B44;
    padding: 0 14px 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url("/ContentMain/Images/ico_remind.png") no-repeat;
    background-position: 14px center;
    background-color: #FFF7EC;
}

.loginregister_area .row_forget {
    text-align: right;
    height: 30px;

    margin-top: 10px;

}

.loginregister_area .row_forget span {
    float: right;
    display: inline-block;
    cursor: pointer;
    color: #278FF0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.quick_login_new {
    width: 100%;
    height: 200px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.quick_login_new p.login_qq {
    width: 50%;
    height: 165px;
    float: left;
    clear: none;
    background: url(/ContentMain/login/btn_qq.png) no-repeat center center;
}

.quick_login_new p.login_weixin {
    width: 50%;
    height: 165px;
    float: left;
    clear: none;
    background: url(/ContentMain/login/btn_wechat.png) no-repeat center center;
    cursor: pointer;
}

.quick_login_new p a {
    display: block;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.quick_login_new p span {
    display: inline-block;
    width: 100%;
    padding-top: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.loginregister_area .form-error {
    width: 100%;
    color: #F82D3B;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    border: none;
    background: none;
    padding: 0px;
    display: none;
}

.last_login {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 36px;
    background: url("../Images/menber/base_tip.png") no-repeat;
    font-size: 14px;
    color: #FF9B44;
    text-align: center;
    line-height: 30px;
    font-style: normal;
    display: none;
}

.last_login.last_qq {
    top: 46px;
    left: 55px;
    display: block;
}

.last_login.last_wechat {
    top: 46px;
    left: 242px;
    display: block;
}

.last_login.last_account {
    top: 300px;
    left: 200px;
    display: block;
}

.last_login.last_sms {
    top: 300px;
    left: 55px;
    display: block;
}

.displayhide {
    display: none;
}

@media(max-width: 640px) {

    /* 登录弹窗 */
    .login-modal .login-slogan {
        display: none !important;
    }

    .login-modal .modal-content {
        width: 90%;
        left: 5%;
        margin-left: 0;
        height: 470px;
    }

    #login_wechat_dialog {
        display: none;
    }

    .login-modal .form-content {
        width: 90%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0 auto;
        padding-left: 0;
        display: block;
    }

    .logintypeswitch {
        width: 90%;
    }

    .switch_qqweixin {
        display: none;
    }

    .loginregister_area {
        height: 360px;
    }
}